Jira Cloud Agentic Workflow
Browser: View Issue — Jira Cloud Automation Workflow
Navigate to a Jira issue by key and snapshot its details
sidebutton install Jira Cloud Inputs
- issue_key
- string
Allowed Domains
Unrestricted — no domain lock enforced.
Step Summary
3 steps using step types: browser.navigatebrowser.snapshotbrowser.wait
.
Workflow Definition
YAML source for the jira_browser_view_issue.yaml workflow. This is the complete definition executed by the SideButton MCP server when Jira Cloud agents run this automation.
schema_version: 1
version: "1.0.0"
last_verified: "2026-02-09"
id: jira_browser_view_issue
title: "Browser: View Issue"
description: "Navigate to a Jira issue by key and snapshot its details"
category:
level: task
domain: engineering
reusable: true
params:
issue_key: string
steps:
- type: browser.navigate
url: "{{env.JIRA_BROWSER_URL}}/browse/{{issue_key}}"
- type: browser.wait
ms: 3000
- type: browser.snapshot
as: issue_details
includeContent: true
How To Run
Install the Jira Cloud knowledge pack into your SideButton agent, then dispatch this workflow by its ID jira_browser_view_issue.yaml. Agents invoke it directly via the MCP protocol or through the portal.